Skip to content

Methods Hover#75

Merged
rcosta358 merged 5 commits into
mainfrom
methods-hover
May 11, 2026
Merged

Methods Hover#75
rcosta358 merged 5 commits into
mainfrom
methods-hover

Conversation

@rcosta358
Copy link
Copy Markdown
Collaborator

@rcosta358 rcosta358 commented May 10, 2026

Closes #72. Adds hover for methods using the updated context history from #218. It displays return, parameter, and state refinements. Since multiple classes can have methods with the same name, it uses VS Code definition resolution and filters methods by the receiver type.

Examples

image image

@rcosta358 rcosta358 requested a review from CatarinaGamboa May 10, 2026 17:36
@rcosta358 rcosta358 self-assigned this May 10, 2026
@rcosta358 rcosta358 added the enhancement New feature or request label May 10, 2026
Copy link
Copy Markdown
Collaborator

@CatarinaGamboa CatarinaGamboa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm! Another cool thing would be to have the link to the Refinements class in the hover like:

@StateRefinement(...)
ClassRefinements.java (clickable

either in this PR or a followup

@rcosta358 rcosta358 merged commit 7b2a8c0 into main May 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Hover Refined Methods

2 participants